(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/exec.h>
void RawIOInit()
LOCATION
In SysBase at offset 84
FUNCTION
This is a private function. It initializes raw IO. After you have called this function, you can use RawMayGetChar() and RawPutChar().
INPUTS
None.
RESULT
None.
NOTES
This function is for very low level debugging only.
EXAMPLE
BUGS
SEE ALSO
RawPutChar()
, RawMayGetChar()
INTERNALS
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.